home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trusted Irix /B 4.0.4
/
Trusted-Irix B-4.0.1.iso
/
dist
/
eoe1.idb
/
usr
/
include
/
sys
/
trace.h.z
/
trace.h
Wrap
C/C++ Source or Header
|
1992-04-03
|
466b
|
21 lines
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
/*#ident "@(#)kern-port:sys/trace.h 10.1"*/
#ident "$Revision: 3.4 $"
/*
* Per trace structure
*/
struct trace {
struct clist tr_outq;
short tr_state;
short tr_chbits;
short tr_rcnt;
unsigned char tr_chno;
char tr_ct;
};